/* CSS Document */
@charset "utf-8";
body { position: relative; overflow-x: hidden; margin: 0; padding: 0; }
h1,h2,h3,h4,p,a,label,td { font-family:'微软雅黑'; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
ul,dl,ol { list-style-type: none; }
body,ul,dl,ol,h1,h2,h3,h4,p { margin: 0; padding: 0; }
img { border: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cnt { width: 1000px; }
.cnt.fl { width: 250px; }
.cnt.fr { width: 710px; }
.mc { margin-left: auto; margin-right: auto;  }
.fancy { position: relative; }
.fancy .elem , .fancy .border { position: absolute; }
.fancy .border.bt { top: 0px; left: 0px; right: 0px; }
.fancy .border.bl { left: 0px; top: 0px; bottom: 0px; }
.fancy .border.bb { left: 0px; right: 0px; bottom: 0px; }
.fancy .border.br { top: 0px; right: 0px; bottom: 0px; }
.fc_red{color:#F00;}
form.fancy input,
form.fancy select,
form.fancy textarea {
	background: none;
	border: none;
}
.imgbox { overflow: hidden; display: block; }
.imgbox img { width: 100%; }
.imgbox.fancy { position: relative; }
.imgbox.fancy .imgtit { position: absolute; left: 0; right: 0; bottom: 0; }
.imgbox.fancy img.mask { position: absolute; left: 0px; top: 0px; }
.cnt.detail { min-height: 700px; }

.form_input{border:1px solid #ccc; color:#333; background:url(http://www.lyterminals.com/templates/images/input_bg.gif) #fff repeat-x; height:20px; line-height:20px;}
.form_area{border:1px solid #ccc; color:#333; background:url(http://www.lyterminals.com/templates/images/input_bg.gif) #fff repeat-x; line-height:180%;}
.form_button{border:none; background:#505050; color:#fff; height:22px; line-height:22px; padding:0 5px; overflow:hidden; width:80px;}
.form_button_130{width:130px;}
.form_focus{border-color:red;}
.form_gory_button{border:none; background:url(http://www.lyterminals.com/templates/images/button_grey.gif); width:110px; height:25px; line-height:25px; font-weight:bold; color:#555; text-align:center;}
select.form_focus{background:#ccc;}


body { background: #f4f4f4; }
.header { height: 125px; background: white; }
.header .cnt>.fl { margin-top: 38px; }

.header .txt{height:54px; line-height:54px; margin-left:30px; color:#666; font-size:16px; font-family:'微软雅黑';}
.header .subtit {
	font-size: 16px;
	line-height: 18px;
	color: #999;
	padding-left: 20px;
	padding-top:12px;
}
.header .sitemap {
	font-size: 14px;
	line-height: 28px;
	margin: 25px 0 0px;
	color: #b2b2b2;
	text-align:right;
	
}

.header .sitemap span{
	color: #013568;font-size:18px;line-height:28px;font-family:impact;
	
}
.header .sitemap a{
	color: #b2b2b2;padding-left: 20px;
}

.header .navi {
	margin-top: 15px;
	padding-right: 0px;
}
/*.header .navi a+a {
	margin-left: 10px;
}
.header .navi a {
	width: 24px;
	height: 24px;
}*/

.sitenav {
	height: 90px;
	border-bottom: 10px solid #cecece;
	background: #eee;
}
.sitenav a {
	display: block;
	height: 90px;
	padding: 0 15px;
	line-height: 90px;
	font-size: 16px;
	margin-bottom: -10px;
	color: #666;
	border-bottom: 10px solid #cecece;
}
.sitenav a.fl+a.fl { margin-left: 40px; }
.sitenav a.on ,
.sitenav a:hover {
	color: white;
	background: #013568;
	border-bottom-color: #000;
	text-decoration: none;
}

.sitenav li{float:left; position:relative; z-index:999; margin-right:32px;}
.sitenav li dl{position:absolute; left:0; top:100px; background:#013568; opacity:0.9; z-index:999; display:none; width:213px;}
.sitenav li dl dd{clear:both; padding:0; margin:0;}
.sitenav li dl dd a{height:35px; line-height:35px; margin:0; border:0; font-size:14px; color:#fff; overflow:hidden;}
.sitenav li:hover dl{display:block;}
.sitenav li:hover a{color: white; background: #013568; border-bottom-color: #000; text-decoration: none;}
.sitenav li:hover dl a:hover{background:#eee; color:#013568;}

.sidebar .sitetit {
	font-size: 35px;
	line-height: 66px;
	margin-top: 10px;
	color: #333;
	border-bottom: 1px dotted #d3d3d3;
	font-weight: normal;
}
.sidebar .sitetit span {
	font-weight: bold;
}
.sidebar .sec2 a {
	display: block;
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	text-indent: 15px;
	font-size: 14px;
	background: url(http://www.lyterminals.com/templates/images/sidearrnor.gif) no-repeat left center;
	color: #737373;
}
.sidebar .sec2 li {
	border-bottom: 1px dotted #d3d3d3;
}
.sidebar .sec2 li.on a , .sidebar .sec2 a:hover, .sidebar .sec2 a.cur {
	color: #255ba7;
	text-decoration: none;
	background: url(http://www.lyterminals.com/templates/images/sidearron.gif) no-repeat left center;
}
.sidebar .sectit {
	line-height: 55px;
	margin-top: 10px;
	font-size: 23px;
	color: #666;
}
.sidebar .sec4 {

	margin-top: 40px;
}
.sidebar .sec4 a {
	display: block;
	margin-bottom: 10px;
}
.sidebar .sec6 {
	overflow: hidden;
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #666;
}
.sidebar .cerfiti .imgbox {
	width: 198px;
	height: 276px;
	padding: 0 6px 7px 0;
	background: url(http://www.lyterminals.com/templates/images/cert_bg.gif) no-repeat;
}
.sidebar .cerfiti .imgbox+.imgbox {
	margin-top: 20px;
}

.banner {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px; 
	height: 368px;margin-bottom: 20px;
}

.postit {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin-top: 26px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px dotted #d3d3d3;
}
.postit a { color: #999; }
.postit a.last { color: #474747; }

.case_gallery .sectit {
	font-size: 20px;
	line-height: 55px;
	color: #666;
	font-weight: normal;
}
.case_gallery .imgtit h3  {
	display: block;
	line-height: 16px;
	font-size: 14px;
	margin-top: 17px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.case_gallery .imgtit p {
	display: block;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	text-align: center;
}
.case_gallery .imgtit { background: url(http://www.lyterminals.com/templates/cn/images/casetitbtn.png); }
.case_gallery>.fl {
	position: relative;
	width: 720px;
	height: 428px;
	overflow: hidden;
}
.case_gallery>.fl .bd {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.case_gallery>.fl .imgbox {
	width: 100%;
	height: 100%;
}
.case_gallery>.fl .imgtit { height: 50px; }
.case_gallery>.fl .hd {
	position: absolute;
	left: 0;
	right: 0;
	top: 44%;
	height: 36px;
}
.case_gallery>.fl .hd a {
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.case_gallery>.fl .hd a.prev { background: url(http://www.lyterminals.com/templates/cn/images/casel.png) no-repeat; }
.case_gallery>.fl .hd a.next { background: url(http://www.lyterminals.com/templates/cn/images/caser.png) no-repeat; }
.case_gallery>.fl .hd a.prev:hover { background: url(http://www.lyterminals.com/templates/cn/images/caselon.png) no-repeat; }
.case_gallery>.fl .hd a.next:hover { background: url(http://www.lyterminals.com/templates/cn/images/caseron.png) no-repeat; }
.case_gallery>.fr { width: 228px; }
.case_gallery>.fr .imgbox {
	width: 228px;
	height: 110px;
}
.case_gallery>.fr .imgbox+.imgbox { margin-top: 22px; }
.case_gallery>.fr .imgtit { height: 30px; }

.page {
	margin-top: 14px;
	font-size: 0;
	text-align: center;
}
.page>* {
	display: inline-block;
	vertical-align: middle;
}
.page .index {
	width: 23px;
	line-height: 24px;
	text-align: center;
	color: #7c7c7c;
	background: #e0e0e0;
	font-size: 12px;
}
.page .index:hover,
.page .index.on {
	color: white;
	background: #255ba7;
	text-decoration: none;
}
.page .index+.index {
	margin-left: 6px;
}
.page .btn img { width: 138px; height: 42px; }
.page .inquiry { margin-left: 11px; margin-right: 9px; cursor: pointer; }

.footer {
	margin-top: 40px;
	border-top: 1px solid #565658;
	background: #333;
}
.footer .sec1 .sectit {
	font-size: 24px;
	color: #8c8c8c;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer .sec1 .navi {
	padding-bottom: 30px;
	border-bottom: 1px solid #565658;
}
.footer .sec1 .navi span {
	display: block;
	font-size: 16px;
	line-height: 15px;
	padding-right: 23px;
	color: #b3b3b3;
}
.footer .sec1 .navi span { padding-right: 22px; border-right: 0px solid #ccc; }
.footer .sec2 { height: 285px; border-bottom: 1px solid #565658; }
.footer .sec2 .sectit {
	font-size: 20px;
	line-height: 14px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #8c8c8c;
}
.footer .sec2 .blk.fl+.blk.fl { margin-left: 60px; }
.footer .sec2 .blk.e1 { max-width: 190px; }

.footer .sec2  {
	font-size: 14px; font-family:'微软雅黑';
	color: #b3b3b3;
}

.footer .sec2  .ee2 a{
	font-size: 9px; font-family: Verdana, Geneva, sans-serif;
	color: #b3b3b3;
}

.footer .sec2 a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #b3b3b3;
}
.footer .sec2 li { padding: 5px 0; }
.footer .sec2 a:hover { color: #b3b3b3; text-decoration:  underline; }
.footer .sec3 { height: 73px; }
.footer .sec3 p {
	line-height: 73px;
	font-size: 14px;
	color: #999;
}

#banner{width:100%; height:468px; overflow:hidden; position:relative; left:0; top:0;}
#banner li{position:absolute; left:50%; top:0; margin-left:-960px; float:left; display:none; width:100%; height:468px;}
#banner cite{position:absolute; left:65%; top:435px;}
#banner cite span{display:block; float:left; width:60px; height:10px; margin-left:10px; background:url(http://www.lyterminals.com/templates/images/off.jpg) no-repeat;}
#banner cite span.on{background:url(http://www.lyterminals.com/templates/images/on.jpg) no-repeat;}


.prne{ margin:50px 0 30px 0;	padding-top:30px; line-height: 1.8; border-top: 1px solid #e8e8e7; font-size: 14px;  color: #777;}
.prne a{color: #777;	transition: all 500ms ease-in 0ms;}
.prne a:hover{color: #245aa6;}
.prne .gob{ float: right; margin-top: -30px;}

/**/
.sub2 {
	width:100%;
	margin:0 auto;
	margin-top:50px;font: 12px/24px "微软雅黑", "华文细黑", Arial, sans-serif;
	height:575px;
	background:url(http://www.lyterminals.com/templates/images/bg_sub2.jpg) center no-repeat;
}
.con_sub2 {
	width:980px;
	margin:0 auto;
}
.title_sub2 {
	height:150px;
	margin:0 auto;
	font-size:24px;
	color:#fff;
	background:url(http://www.lyterminals.com/templates/images/bgtitle_sub2.png) center no-repeat;
}
.title_sub2 span {
	display:block;
	text-align:center;
	padding-top:125px;
	font-size:24px;
}
.con_sub2_ {
	padding-top:67px;
}
.con_sub2_ ul li {
	width:472px;
	float:left;
	margin-right:36px;
}
.con_sub2_ ul li .left {
	float:left;
	width:132px;
}
.con_sub2_ ul li .right {
	float:left;
	width:340px;
}
.con_sub2_ ul li .right p {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #002b77;
	height:44px;
	line-height:44px;
}
.con_sub2_ ul li .right span {
	padding-top:13px;
	display:block;
	line-height:20px;
	color:#fff;
}
.con_sub2_ ul li.marR0 {
	margin-right:0px;
}
.con_sub2_ ul li.marB0 {
	margin-bottom:0px;
}

/*                 sub3                      */
.sub3 {
	width:1044px;font: 12px/24px "微软雅黑", Arial, sans-serif;
	margin:0 auto;
	height:661px;
	background:url(http://www.lyterminals.com/templates/images/bg_sub3.jpg) no-repeat 0px 50px;
	position:relative;
}
.title_sub3 {
	position:absolute;
	left:368px;
	top:50px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	letter-spacing:-1px;
}
.title_sub3 span {
	font-size:17px;
	font-weight:bold;
	display:block;
	font-family:"微软雅黑";
	letter-spacing:0px;
}
.title1_sub3 {
	position:absolute;
	left:90px;
	top:402px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	letter-spacing:-1px;
}
.title1_sub3 span {
	font-size:17px;
	font-weight:bold;
	letter-spacing:0px;
	display:block;
	font-family:"微软雅黑";
}
.profile {
	width:537px;
	height:203px;
	position:absolute;
	left:508px;
	top:130px;
}
.profile .title {
	height:52px;
	color:#666;
	line-height:52px;
	font-size:50px;
}
.profile p {
	line-height:22px;
	padding-top:20px;
}
.profile span {
	display:block;
	border:2px solid #999999;
	text-align:center;
	height:26px;
	line-height:26px;
	width:102px; 
	font-size:13px;
	margin-top:15px;
}

.profile span a {
	color:#333; text-decoration:none
}

.profile1 {
	width:386px;
	height:23px;
	line-height:23px;
	right:20px;
	bottom:225px;
	position:absolute;
}
.case {
	width:980px;
	height:130px;
	bottom:40px;
	left:32px;
	position:absolute;
}
.case ul li {
	width:186px;
	height:128px;
	float:left;
	margin-right:9px;
}
.case ul li img {
	border:1px solid #f1efef;
}

/*                 sub4                     */
.sub4 {
	width:100%;
	margin:0 auto;
	font-family:"微软雅黑";
	padding-bottom:50px;
}
.ban img { width:100%; 
	
	margin:0 auto;
}
.con_sub4 {
	width:990px;
	margin:0 auto;
	padding-top:50px;
}
.con_sub4 .left {
	float:left;
	width:490px;
	margin-right:0px;
}
.con_sub4 .left .title {
	height:38px;
	font-size:17px;
	font-weight:bold;
	color:#0f56a8;
	background:url(http://www.lyterminals.com/templates/images/bg_tt_sub4.jpg) no-repeat left bottom;
}
.con_sub4 .left .title span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100; font-size:15px; padding-left:15px;
	color:#666;
}
.con_sub4_ {
	padding-top:45px;
}
.con_sub4_ ul li {
	background:url(../../img/bg_tt1_sub4.jpg) no-repeat left bottom;
	
	margin-bottom:22px; padding-bottom:22px;
}
.con_sub4_ ul li span {
	color:#0f56a8; font-weight:bold;
}
.con_sub4 .right {
	float:left;
	width:490px;
}
.con_sub4 .right .title {
	height:38px;
	font-size:17px;
	font-weight:bold;
	color:#0f56a8;
	background:url(http://www.lyterminals.com/templates/images/bg_tt_sub4.jpg) no-repeat left bottom;
}
.con_sub4 .right .title span {
	font-family:Arial, Helvetica, sans-serif; padding-left:15px;
	font-weight:100;font-size:15px;
	color:#666;
}
.con_sub4_1 {
	padding-top:25px;
}
.con_sub4_1 .left {
	float:left;

	margin-right:20px;
}
.t_left{ height:148px;}
.b_left{ height:40px; line-height:40px; text-align:center; background:#0f56a8; color:#fff;}
.con_sub4_1 .right {
	float:left;
	width:92%;margin-right:20px;
}
.con_sub4_1 .right ul li {
	height:26px;
	line-height:25px;
	padding-bottom:12px;
	background:url(http://www.lyterminals.com/templates/images/icon_sub4.jpg) no-repeat 0px 10px;
}

.con_sub4_1 .right ul li a{ color:#333;}


.con_sub4_1 .right ul li span {
	padding-left:15px;
	padding-top:5px;
}
.con_sub4_1 .right ul li font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;  color:#CCC;
	float:right;
}

#map_canvas { height: 25em !important; margin-bottom: 20px;}
#map_canvas #dituContent{	opacity:1;	}



.rfloat{
	position: fixed;
	right: 0;
	bottom: 250px;
    width: 50px;
    z-index: 11;
}
.rfloat ul{
	position: absolute;
	right: 0;
	top: 0;
}
.rfloat li{
    background-color: #a0d4fd;
    height: 50px;
    margin-top: 4px;
    width: 50px;
    background-repeat: no-repeat;
    background-position:right center;
    position: relative;
    clear: both;
    float: right;
}
.rfloat li.tip01{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_13.png);
}
.rfloat li.tip02{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_15.png);
}
.rfloat li.tip03{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_17.png);
}
.rfloat li.tip05{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_10.png);
	cursor: pointer;
}
.rfloat li a {
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-right: 50px;
    width: 100px;
    position: absolute;
    right: -150px;
    top: 0;
    text-align: right;
    color: #fff;
    background-color: #a0d4fd;
    background-position: right center;
    background-repeat: no-repeat;text-decoration:none;
}
.rfloat li:hover a{
	background-color: #2793e8;
}
.rfloat li.tip01 a{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_13.png);
}
.rfloat li.tip02 a{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_15.png);
}
.rfloat li.tip03 a{
	background-image: url(http://www.lyterminals.com/templates/images/home_01_17.png);	font-size: 14px; font-family: Helvetica, sans-serif; text-decoration:none;
}
.rfloat li.tip05:hover{
	background-color: #2793e8;
}
.rfloat li.tip05 {
		    background-color: #145aaf;
}
.footer a {	color: #999;}


